home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / F14.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  3.6 KB  |  108 lines

  1. REM
  2. REM The file name of this file is F14.B50
  3. REM
  4. REM                          Fleet Defender by MPS
  5. REM
  6. REM                        F16C Block 50 FLCS B50 file
  7. REM
  8. REM               Written and Tested by Steve Voege - August, 1994
  9. REM ╔═══════════════════════════════════════════════════════════════════════╗
  10. REM ║Mark II WCS Base Switch Settings                                       ║
  11. REM ║Black Hat switch = Digital                                             ║
  12. REM ║Red Switch       = Analog                                              ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14. REM ╔═════════════════════════════════════════════════════════════╗
  15. REM ║Game Settings: (Settings required for this game to use WCSII)║
  16. REM ╚═════════════════════════════════════════════════════════════╝
  17. REM
  18. REM Choose FCS/MARKII WCS ANALOG
  19. REM
  20.  
  21. USE WCS
  22.  
  23. REM ╔═════════════════════════════════════════════════════╗
  24. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  25. REM ╚═════════════════════════════════════════════════════╝
  26.  
  27. Mdef F14
  28.  
  29. REM ╔════════════════════════════════════════════════════════╗
  30. REM ║ Change 'F14' to the name of the Mdef file that you     ║
  31. REM ║ want your B50 file to reference.  For example, if you  ║
  32. REM ║ create a new B50 file called NEWSIM.ADV, you might want║
  33. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  34. REM ╚════════════════════════════════════════════════════════╝
  35.  
  36. RATE 60
  37.  
  38. REM ╔════════════════════════════════════════════════════════════╗
  39. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  40. REM ╚════════════════════════════════════════════════════════════╝
  41.  
  42. REM ╔══════════════════════╗
  43. REM ║ FLCS Button Commands ║
  44. REM ╚══════════════════════╝
  45.  
  46. SWAPTG
  47.  
  48. BTN TG2 /N 1
  49.  
  50. BTN H1U (NUML LookAhead NUML)
  51. BTN H1D (NUML LookDown NUML)
  52. BTN H1L /T (NUML LookLeft NUML)
  53.         /T (NUML LookRearLeft NUML)
  54. BTN H1R /T (NUML LookRight NUML)
  55.         /T (NUML LookRearRight NUML)
  56.  
  57. BTN S1 /T AIM-7
  58.        /T AIM-54
  59. BTN S2 /I /N AIM-9
  60.        /O /N SPC   REM SPC CAN'T BE DEFINED SO THE DIRECT REFERENCE IS USED
  61. BTN S3 /N IFF
  62. BTN S4 /N AutoPilot
  63.  
  64. BTN H2U LockTarget IFF
  65. BTN H2D BreakLock
  66. BTN H2L Bore/VSL
  67. BTN H2R RadarMode
  68.  
  69. BTN H3U AntUP
  70. BTN H3D AntDN
  71. BTN H3L BarSetting
  72. BTN H3R Azimuth
  73.  
  74. BTN H4U /T HUDBrightInc
  75.         /T HUDBrightDec
  76. BTN H4D /T CageSW
  77.         /T UncageSW
  78. BTN H4L HSD/TID
  79. BTN H4R VDI/TCS
  80.  
  81. REM ╔════════════════════════╗
  82. REM ║ WCS II Button Commands ║
  83. REM ╚════════════════════════╝
  84.  
  85. BTN T1 /P /N Chaff
  86.        /R Flare
  87. BTN T2 TOMCAT-Ball
  88. BTN T3 Padlock
  89. BTN T4 Hawkeye
  90. BTN T5 /P /N SpeedBrake
  91.        /R SpeedBrake
  92. BTN T6 /N Front/Back
  93. BTN T7 /N HookUPDN RequestLanding
  94. BTN T8 /N GearUPDN
  95.  
  96. REM ╔═══════════════════════════════════════════════════════════════════╗
  97. REM ║                                                                   ║
  98. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS         ║
  99. REM ║ Joystick made exclusively by ThrustMaster, Inc.                   ║
  100. REM ║                                                                   ║
  101. REM ║ The F16C Block 50 Flight Control Systems are so REALISTIC they    ║
  102. REM ║ look like they've just come out of an F16C!! To order yours today ║
  103. REM ║ dial 503-639-3200 or fire up the FAX machine and send a FAX  to   ║
  104. REM ║ ThrustMaster, Inc. and ask for the Order department.  Have your   ║
  105. REM ║ Visa or MasterCard ready and prepare yourself for the newest      ║
  106. REM ║ adventure in Flight Control Systems!!! HAPPY THRUSTMASTERING!!!   ║
  107. REM ╚═══════════════════════════════════════════════════════════════════╝
  108.